 |
API Documentation
|
|
|
11 class ImageManager final :
public nkCommon::MaybeSingletonClass<ImageManager>
void erase(const nkMemory::StringView &name)
Abstracts an image to be used within the component.
Definition: Image.h:12
Image * getByIndex(unsigned int index) const
Manages the images in the component.
Definition: ImageManager.h:12
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
Image * createOrRetrieve(const nkMemory::StringView &name)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Image * get(const nkMemory::StringView &name) const
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7